home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / misc / nutdrv08.zip / NUTDRV.DOC < prev    next >
Text File  |  1993-03-30  |  3KB  |  108 lines

  1.  
  2.  
  3.                    The "NutDriver" Collection
  4.                           release 0.8
  5.  
  6.                    (c) Sprout Software 1993
  7.                       All Rights Reserved
  8.  
  9.  
  10.  
  11.   These console replacements will drive your friends and co-
  12. workers nuts!  They do require an EGA, VGA, or MCGA compatible
  13. video card, and the current release does not handle ANSI escape
  14. codes, but nothing in life is perfect :-)  Have fun!
  15.  
  16.  
  17.                      ***  CAUTION  ***
  18.  
  19.    Device drivers are tricky.  I wrote these with care, but this
  20. is really a beta release and I can't rule out the possibility of
  21. subtle (or even not-so-subtle) bugs; there are very likely some
  22. older systems around that they will not run properly on.
  23.  
  24.    These are novelty programs, not intended to be left in the
  25. system indefinitely - they should be removed from CONFIG.SYS for
  26. normal use.
  27.  
  28.  
  29. Disclaimer
  30.  
  31.    And furthermore, I assume no liability for any direct or
  32. consequential damages resulting from the use of, or inability
  33. to use, this software.  So there!
  34.  
  35.  
  36. Installation
  37.  
  38.    Each *.SYS file is a standard DOS device driver; you just
  39. include a new line in CONFIG.SYS to enable it (but you use
  40. only one at a time).  For example:
  41.  
  42.      CONFIG.SYS
  43.      ----------
  44.      files=20
  45.      buffers=30
  46.      device=c:\dos\ansi.sys
  47.      device=c:\jokes\topsy.sys
  48.  
  49. Here the first three lines are typical CONFIG.SYS entries that
  50. might have been there already; the final line is how you might
  51. add TOPSY.SYS if you copied it to a JOKES directory.  These
  52. drivers must be loaded after all other console drivers (such as
  53. ANSI.SYS), and should also go after any other video drivers;
  54. if in doubt put it last.  The results are best when autoexec.bat
  55. generates a screenful or more of output.
  56.  
  57.  
  58. Operation
  59.  
  60.    Reboot, and you're in business - the trick is to get out!
  61. Psst ... over here ... don't tell anybody, but the "Esc" key
  62. toggles you back to a normal display.  In the unlikely event
  63. that this should fail, you can boot from a floppy with the DOS
  64. system files on it, and edit CONFIG.SYS to disable the driver;
  65. macho types can also try editing CONFIG.SYS with the driver
  66. running.
  67.  
  68.  
  69. Be Nice
  70.  
  71.    These are great practical jokes (in the authors own humble
  72. opinion), but should be used with discretion; less-experienced
  73. (and even some more-experienced) computer users may get very
  74. flustered.  Don't just leave these on somebody's machine and go
  75. away; plan to be nearby or easily accessible when your victim
  76. boots up.  Unless they've been _very_ naughty, in which case
  77. they deserve it.
  78.  
  79.  
  80. History
  81.  
  82.      release 0.8 - first public release, 30 March 93
  83.  
  84.        TOPSY.SYS - you'll flip over this one
  85.        ALICE.SYS - through the looking glass
  86.       DRVNUT.DOC - this text file
  87.  
  88.  
  89. Terms
  90.  
  91.    These programs and documention are copyrighted works and
  92. remain the property of the copyright holder.  The holder hereby
  93. permits the distribution of the entire, unaltered set of files,
  94. for non-commercial purposes; distributors may charge a nominal
  95. amount for handling, but hey, be reasonable!
  96.  
  97.  
  98. Acknowledgement
  99.  
  100.    The Topsy driver was inspired by an anonymous program
  101. APRIL.EXE dated 14 March 87; I patched in a minor improvement
  102. later that year (APRIL2.EXE), but it seems to have taken me
  103. about 6 years to get around to writing my own enhanced version
  104. from scratch!
  105.  
  106.  
  107.               ---  end of file NUTDRV.DOC  ---
  108.